Sha256: 587444cf3ef885d41e577d8d8639a470d269fe8f9e8636a6d269627bac169676

Contents?: true

Size: 179 Bytes

Versions: 4

Compression:

Stored size: 179 Bytes

Contents

export interface Locale {
  name: string;
  dir: "ltr" | "rtl";
}

export type LocalizedValue = Record<string, string>;
export type MaybeLocalizedValue = LocalizedValue | string;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pages_core-3.15.4 app/javascript/types.ts
pages_core-3.15.3 app/javascript/types.ts
pages_core-3.15.2 app/javascript/types.ts
pages_core-3.15.1 app/javascript/types.ts