@gdyfe/ssml
Version:
9 lines (8 loc) • 365 B
TypeScript
import type { LabelValue } from '../../model';
export interface SayAsLabelValue extends LabelValue {
subLabel: string;
}
export declare const numberOptionsMap: Record<string, string[]>;
export declare const letterOptionsMap: Record<string, string[]>;
export declare const numberOptions: SayAsLabelValue[];
export declare const letterOptions: SayAsLabelValue[];