Type alias ListSignersResponse
ListSignersResponse: {
clusters: {
clusterId: string;
signers: {
encryptionKey: string;
signerId: string;
}[];
}[];
}
Type declaration
-
clusters: {
clusterId: string;
signers: {
encryptionKey: string;
signerId: string;
}[];
}[]