Type Alias KeySignerInternal

KeySigner: {
    type: "key";
    data: {
        id: string;
    };
}