@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MessageSourceSchema

    A message source file

    interface MessageSourceSchema {
        content?: string | null;
        contentType?: string | null;
    }
    Index
    content?: string | null
    contentType?: string | null