Type Alias YTSEmbedFieldCreateWithoutYtsMessageEmbedInput

YTSEmbedFieldCreateWithoutYtsMessageEmbedInput: {
    dbId?: string;
    inline?: boolean | null;
    name: string;
    value?: string | null;
}