Skip to content

InlineScript🔗

Definition🔗

export type InlineScript = string | {
    inline?: string;
};