Sanity Library Reference Docs
    Preparing search index...

    Interface StudioProjectMembership

    interface StudioProjectMembership {
        id: string;
        isCurrentUser?: boolean;
        isRobot?: boolean;
        roles?: readonly { name: string; title?: string }[];
        readonly [key: string]: unknown;
    }

    Indexable

    • readonly [key: string]: unknown
    Index

    Properties

    id: string
    isCurrentUser?: boolean
    isRobot?: boolean
    roles?: readonly { name: string; title?: string }[]