Interface IAddBody

    interface IAddBody {
        project: {
            description?: string;
            title: string;
        };
        workspace: {
            id: string;
        };
    }

    Properties

    Properties

    project: {
        description?: string;
        title: string;
    }

    Type declaration

    • Optional description?: string
    • title: string
    workspace: {
        id: string;
    }

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin