Type Alias Script

type Script = {
    script?: string;
}
Index
script?: string