Type Alias ConfigMetadata
ConfigMetadata: Message<"yeying.api.config.ConfigMetadata"> & {
createdAt: string;
key: string;
owner: string;
signature: string;
updatedAt: string;
value: string;
}
Type declaration
createdAt: string
key: string
owner: string
signature: string
updatedAt: string
value: string
Generated
from field: string createdAt = 4;