Type alias BackupsPermission

BackupsPermission: {
    actions: BackupsAction[];
    collection: string;
}

Type declaration