Type Alias ConvertedSxcuFile

ConvertedSxcuFile: {
    domain: string;
    options: FileOptions;
}

Represents a converted sxcu file.

Type declaration

  • domain: string

    Domain resolved from the file.

  • options: FileOptions

    Options resolved from the file.