/** * A Boolean field. * * @see More details: {@link https://prismic.io/docs/core-concepts/boolean} */ export type BooleanField = boolean;