interface LibraryWithSettingsData {
    short_name: string;
    [key: string]: string;
}

Indexable

  • [key: string]: string

Properties

Properties

short_name: string