Type alias ContentSourceMaps

ContentSourceMaps: {
    mappings: Record<string, {
        source: {
            editorInterface: number;
            fieldType: number;
        };
    }>;
    sys: {
        type: "ContentSourceMaps";
    };
}

Type declaration

  • mappings: Record<string, {
        source: {
            editorInterface: number;
            fieldType: number;
        };
    }>
  • sys: {
        type: "ContentSourceMaps";
    }
    • type: "ContentSourceMaps"