mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Update prettier to 3.3.3
This commit is contained in:
@@ -246,7 +246,7 @@ export const StickerPackStatuses = [
|
||||
'error',
|
||||
] as const;
|
||||
|
||||
export type StickerPackStatusType = typeof StickerPackStatuses[number];
|
||||
export type StickerPackStatusType = (typeof StickerPackStatuses)[number];
|
||||
|
||||
export type StorageServiceFieldsType = Readonly<{
|
||||
storageID?: string;
|
||||
|
||||
Reference in New Issue
Block a user