type TopicConfig = {
	name: string
}

export type SNSConfig = {
	topic: TopicConfig
}
