Type Alias EntryProps<T>

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

Type Parameters