interface SignTypeAttributes {
    countryId: number;
    description: string;
    id: number;
    maxTextLength: number;
    minTextLength: number;
    signType: SIGN_TYPES;
}

Properties

countryId: number
description: string
id: number
maxTextLength: number
minTextLength: number
signType: SIGN_TYPES