@uozi-admin/curd
Version:
Easy to implement curd.
14 lines (13 loc) • 357 B
TypeScript
export declare const ApiActions: {
GET_LIST: string;
GET_ITEM: string;
CREATE_ITEM: string;
UPDATE_ITEM: string;
DELETE_ITEM_TEMPORARY: string;
DELETE_ITEM_PERMANENTLY: string;
RESTORE_ITEM: string;
BATCH_UPDATE: string;
BATCH_DELETE_TEMPORARY: string;
BATCH_DELETE_PERMANENTLY: string;
BATCH_RESTORE: string;
};