Types > PublishedStatus
Values
Value | Description |
---|---|
any | |
published | |
unpublished |
Used By
Queries
brandsPage, contentBlocksPage, productsPage
Preview (typescript)
type PublishedStatus =| "any"| "published"| "unpublished"
Value | Description |
---|---|
any | |
published | |
unpublished |
brandsPage, contentBlocksPage, productsPage
type PublishedStatus =| "any"| "published"| "unpublished"