Type alias PutFilesDataArg

PutFilesDataArg: {
    body: PutFilesBody;
    groupId: string;
    path: string;
}

Type declaration