/**
 * This file was generated by st-open-api
 */
export interface IChoicePublic {
    description?: string;
    name: string;
}
