EntityCreateInfo: {
    index?: EntityIndex;
    name?: string;
    payload_decoder?: string | null;
    schema?: EntitySchema;
    tags?: TagsObj[];
}

Type declaration