Type Alias EntryProps<T, S>

EntryProps<T, S>: {
    fields: T;
    metadata?: MetadataProps;
    sys: EntryMetaSysProps & S;
}

Type Parameters