Type Alias Script

type Script = {
    script?: string;
}
Index

Properties

Properties

script?: string