IdentifiedPermissionMessage
Home > @backstage/plugin-permission-common
> IdentifiedPermissionMessage
A request with a UUID identifier, so that batched responses can be matched up with the original requests.
Signature:
export type IdentifiedPermissionMessage<T> = T & {
id: string;
};