Type alias BackupsPermission

BackupsPermission: {
    action: BackupsAction;
    collection: string;
}

Type declaration