diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/types/Scotsoun.d.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/types/Scotsoun.d.ts')
| -rw-r--r-- | src/types/Scotsoun.d.ts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/types/Scotsoun.d.ts b/src/types/Scotsoun.d.ts index f31a9b5..7ef2f50 100644 --- a/src/types/Scotsoun.d.ts +++ b/src/types/Scotsoun.d.ts @@ -4,17 +4,17 @@ import type Locale from './Locale'; import type Price from './Price'; type Scotsoun = { - 'title': string, - 'subtitle'?: string, - 'long-name': string, - 'author'?: string, - 'cd-count': number, - 'price': Price, - 'scotsoun-id': string, - 'description'?: { [key in Locale]?: string } & { [key in typeof defaultLocale]: string }, - 'cover-artist'?: string, - 'track-list'?: string[], - 'release-date'?: Date, + title: string; + subtitle?: string; + 'long-name': string; + author?: string; + 'cd-count': number; + price: Price; + 'scotsoun-id': string; + description?: { [key in Locale]?: string } & { [key in typeof defaultLocale]: string }; + 'cover-artist'?: string; + 'track-list'?: string[]; + 'release-date'?: Date; }; -export default Scotsoun;
\ No newline at end of file +export default Scotsoun; |
