Type Alias PublicApiModel
PublicApiModel: {
title: string;
modelID: string;
description: string;
titleField: string;
hexColor: string;
config: Record<string, unknown>;
_ref: string;
}
Type declaration
title: string
modelID: string
description: string
titleField: string
hexColor: string
config: Record<string, unknown>
_ref: string