@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ProjectOwner

    Project owner information (populated for manager view)

    interface ProjectOwner {
        id: string;
        email: string | null;
        full_name: string | null;
    }
    Index

    Properties

    Properties

    id: string

    Owner user ID

    email: string | null

    Owner email address

    full_name: string | null

    Owner full name