Type Alias ScheduledEmbedFieldInput

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