mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 23:45:07 -05:00
4 lines
162 B
TypeScript
4 lines
162 B
TypeScript
export const TAB_NUMBER_MAP = ['generation', 'upscaling', 'workflows', 'models', 'queue'] as const;
|
|
|
|
export type InvokeTabName = (typeof TAB_NUMBER_MAP)[number];
|