export const PhoneNumberId = TrimmedNonEmptyString.pipe(
S.brand('PhoneNumberId'),
S.annotations({
description:
'Phone number ID of the phone number of the user sending the message.',
example: '1234-id',
}),
)
export type PhoneNumberId = typeof PhoneNumberId.Type
export const PhoneNumberId = TrimmedNonEmptyString.pipe(
S.brand('PhoneNumberId'),
S.annotations({
description:
'Phone number ID of the phone number of the user sending the message.',
example: '1234-id',
}),
)
export type PhoneNumberId = typeof PhoneNumberId.Type