Skip to content

Instantly share code, notes, and snippets.

@wolak041
Created May 16, 2023 16:38
Show Gist options
  • Save wolak041/b1be99334486f85faabedf81ee71be99 to your computer and use it in GitHub Desktop.
Save wolak041/b1be99334486f85faabedf81ee71be99 to your computer and use it in GitHub Desktop.
interface AppConfig {
username: string;
layout: string;
};
// layout | username
type AppConfigKeys = keyof AppConfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment