Sanity Library Reference Docs
    Preparing search index...

    One project role, from a member's record or the project's catalog. name is the machine name the engine stores and compares; title is the project's label, absent when neither source carries one.

    interface MemberRole {
        name: string;
        title?: string;
    }
    Index

    Properties

    Properties

    name: string
    title?: string