interface LookupTableResource {
    items: Record<string, string>;
}

Properties

Properties

items: Record<string, string>