Type Alias KSEmbedFieldMinAggregateOutputType

KSEmbedFieldMinAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    ksMessageEmbedId: string | null;
    name: string | null;
    value: string | null;
}