nitro/apps/frontend/src/api/avatar/AvatarEditorAction.ts

7 lines
278 B
TypeScript

export class AvatarEditorAction {
public static ACTION_SAVE: string = "AEA_ACTION_SAVE";
public static ACTION_CLEAR: string = "AEA_ACTION_CLEAR";
public static ACTION_RESET: string = "AEA_ACTION_RESET";
public static ACTION_RANDOMIZE: string = "AEA_ACTION_RANDOMIZE";
}