Story Maker
    Preparing search index...
    interface User {
        _id: string | ObjectId;
        name: string;
        projects: string[] | ObjectId[];
        supabase: string;
        teams: string[] | ObjectId[];
    }
    Index

    Properties

    _id: string | ObjectId
    name: string
    projects: string[] | ObjectId[]
    supabase: string
    teams: string[] | ObjectId[]