Type alias EntryContentTypeQuery<T>

EntryContentTypeQuery<T>: {
    content_type: T;
}

Type Parameters

  • T extends string

Type declaration

  • content_type: T