interface StringModel {
    context: string;
    fileId: number;
    hasPlurals: boolean;
    id: number;
    isIcu: boolean;
    text: string;
    type: string;
}

Properties

context: string
fileId: number
hasPlurals: boolean
id: number
isIcu: boolean
text: string
type: string