Interface IAddBody

    interface IAddBody {
        group: {
            name: string;
            users: string[];
        };
        organization: {
            id: string;
        };
    }

    Properties

    Properties

    group: {
        name: string;
        users: string[];
    }

    Type declaration

    • name: string
    • users: string[]
    organization: {
        id: string;
    }

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin