Interface IAddBody

    interface IAddBody {
        file: {
            data: Buffer;
            name: string;
            uid: string;
        };
        project?: {
            id: string;
        };
    }

    Properties

    Properties

    file: {
        data: Buffer;
        name: string;
        uid: string;
    }

    Type declaration

    • data: Buffer
    • name: string
    • uid: string
    project?: {
        id: string;
    }

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin