Source: {
    content: string;
    mimeType?: string;
    path: string;
}

The type for a source file.

Type declaration

  • content: string

    The content of the source.

  • Optional mimeType?: string

    The mimeType of the source.

  • path: string

    The path of the source.