Interface Role<T>

interface Role<T> {
    docs: Record<
        | "observation"
        | "track"
        | "translation"
        | "preset"
        | "field"
        | "projectSettings"
        | "deviceInfo"
        | "icon"
        | "coreOwnership"
        | "role", DocCapability>;
    name: string;
    roleAssignment: ("f7c150f5a3a9a855" | "012fd2d431c0bf60" | "9e6d29263cba36c9")[];
    roleId: T;
    sync: Record<
        | "blob"
        | "auth"
        | "config"
        | "data"
        | "blobIndex", "allowed" | "blocked">;
}

Type Parameters

Properties

docs: Record<
    | "observation"
    | "track"
    | "translation"
    | "preset"
    | "field"
    | "projectSettings"
    | "deviceInfo"
    | "icon"
    | "coreOwnership"
    | "role", DocCapability>
name: string
roleAssignment: ("f7c150f5a3a9a855" | "012fd2d431c0bf60" | "9e6d29263cba36c9")[]
roleId: T
sync: Record<
    | "blob"
    | "auth"
    | "config"
    | "data"
    | "blobIndex", "allowed" | "blocked">